type golang.org/x/crypto/blake2b.xof

6 uses

	golang.org/x/crypto/blake2b (current package)
		blake2x.go#L62: 	x := &xof{
		blake2x.go#L74: type xof struct {
		blake2x.go#L84: func (x *xof) Write(p []byte) (n int, err error) {
		blake2x.go#L91: func (x *xof) Clone() XOF {
		blake2x.go#L96: func (x *xof) Reset() {
		blake2x.go#L113: func (x *xof) Read(p []byte) (n int, err error) {